home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kellogg's Amérique
/
Kellogg's Amérique
/
main.swf
/
scripts
/
fl
/
controls
/
ScrollBarDirection.as
< prev
next >
Wrap
Text File
|
2020-08-04
|
307b
|
17 lines
package fl.controls
{
public class ScrollBarDirection
{
public static const HORIZONTAL:String = "horizontal";
public static const VERTICAL:String = "vertical";
public function ScrollBarDirection()
{
super();
}
}
}